CreatePanoramaCommand

MAVLink command which allows to create a panorama.

Constructors

Link copied to clipboard
constructor(horizontalAngle: Double, horizontalSpeed: Double, verticalAngle: Double, verticalSpeed: Double)
Constructor.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Retrieves the horizontal angle, in degrees.
Link copied to clipboard
Retrieves the horizontal speed, in degrees/second.
Link copied to clipboard
Retrieves the vertical angle, in degrees.
Link copied to clipboard
Retrieves the vertical speed, in degrees/second.
Link copied to clipboard
open fun hashCode(): Int